home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disney Interactive Software Sampler 1997 to 1998
/
Disney Interactive 1997-98 Software Sampler.iso
/
pc
/
media
/
somm.dxr
/
NewSommaire_16.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-17
|
387 b
|
23 lines
on exitFrame
global FixCursor, PistCurs, YesBottom, AfterTime
if YesBottom = 1 then
RollSomm()
LevelSound()
end if
if soundBusy(2) then
go(the frame)
end if
end
on keyDown
if " " contains the key then
if the machineType <> 256 then
puppetSprite(5, 0)
go("SomMac2")
else
puppetSprite(5, 0)
go("SomPC2" + 2)
end if
end if
end